.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Candara';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Candara-Bold.eot');
    src: local('Candara Bold'), local('Candara-Bold'), url('../fonts/Candara-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Candara-Bold.woff2') format('woff2'), url('../fonts/Candara-Bold.woff') format('woff'), url('../fonts/Candara-Bold.ttf') format('truetype'), url('../fonts/Candara-Bold.svg#Candara-Bold') format('svg');
    font-display: swap;
}
.font-candara {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 30px;
    line-height: 50px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: -5%;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: rgba(255, 255, 255, .65);
    color: #747474;
    border: none;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .slick-arrow {
        font-size: 20px;
        line-height: 30px;

        left: 0;

        width: 30px;
        height: 30px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e7a0';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 1199px) {
    .slick-arrow.slick-next {
        right: 0;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #0054ab;
}
.slick-dots {
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    vertical-align: top;

    border: 1px solid #0054ab;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #0054ab;
}
.flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header {
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 110px;

    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header {
        height: 80px;
    }
}
.header .header-top {
    font-size: 14px;

    height: 40px;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: auto;
    }
}
.header .header-right {
    display: inline-block;
    float: right;

    text-align: right;
}
.header .right-bottom,
.header .right-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .right-bottom,
    .header .right-top {
        display: block;
    }
}
@media (max-width: 1199px) {
    .header .right-nav {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .right-top {
    height: 40px;
}
@media (max-width: 1199px) {
    .header .right-top {
        height: 30px;
    }
}
@media (max-width: 1199px) {
    .header .right-top .right-text {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .right-top .right-text p {
    line-height: 40px;

    display: inline-block;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px) {
    .header .right-top .right-text p {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .header .right-top .right-text p {
        font-size: 0;
    }
}
.header .right-top .right-text p:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e63f';
    vertical-align: middle;

    color: #0054ab;
}
@media (max-width: 767px) {
    .header .right-top .right-text p:before {
        font-size: 18px;
    }
}
.header .right-top .right-text p.email {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .header .right-top .right-text p.email {
        margin-right: 10px;
    }
}
.header .right-top .right-text p.tel {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .header .right-top .right-text p.tel {
        margin-right: 10px;
    }
}
.header .right-top .right-text p.tel:before {
    content: '\e668';
}
.header .right-top .right-text p a:hover {
    text-decoration: underline;
}
.header .translate {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 156px;
    margin-top: 10px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .translate {
        float: left;
        top: 29px;
        right: 87px;
        position: absolute;
        margin-top: 14px;
    }
}
.header .share {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .share {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .header .share {
        display: none;
    }
}
.header .share ul li {
    display: inline-block;

    margin: 0 2px;

    vertical-align: middle;
}
.header .share ul li a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    color: #aaa;
}
@media (max-width: 1199px) {
    .header .share ul li a {
        font-size: 16px;
        line-height: 60px;

        height: 60px;
    }
}
@media (max-width: 767px) {
    .header .share ul li a {
        font-size: 14px;

        width: 20px;
    }
}
.header .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .share ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header .share ul li a:hover {
    color: #0054ab;
    border: 1px solid f #0054ab;
}
.header .share ul li a:hover:after {
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .share ul li.twitter a:before {
    content: '\e60b';
}
.header .share ul li.linkedin a:before {
    content: '\e6f0';
}
.header .share ul li.instagram a:before {
    content: '\e93b';
}
.header .share ul li.youtube a:before {
    content: '\e618';
}
.header .share ul li.google a:before {
    content: '\e645';
}
.header .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.header .header-nav {
    background-color: #474747;
}
@media (max-width: 1199px) {
    .header .header-nav {
        background: none;
    }
}
.header .cart-search {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .cart {
    font-size: 14px;
    line-height: 48px;

    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #32312f;
}
@media (max-width: 1470px) {
    .header .cart {
        margin-left: 10px;
    }
}
@media (max-width: 1199px) {
    .header .cart {
        margin-right: 20px;
    }
}
.header .cart .icon {
    font-size: 30px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
@media (max-width: 1470px) {
    .header .cart .icon {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .header .cart .icon {
        font-size: 30px;
    }
}
.header .cart:hover {
    color: #0054ab;
}
.header .language {
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    vertical-align: top;
}
.header .language a {
    line-height: 40px;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .language a {
        line-height: 30px;

        color: #333;
    }
}
.header .language a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 4px;

    content: '\e63b';
    vertical-align: middle;
}
.header .language a:hover {
    text-decoration: underline;
}
.header .logo {
    display: inline-block;

    height: 90px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 70px;
        margin-top: 5px;
    }
}
.header .logo img {
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .header-pronav {
    display: inline-block;

    text-align: left;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-pronav {
        display: none;
    }
}
.header .header-pronav .pronav1 {
    margin: 0 -15px;
}
@media (max-width: 1470px) {
    .header .header-pronav .pronav1 {
        margin: 0 -8px;
    }
}
.header .header-pronav .pronav1>li {
    position: relative;

    display: inline-block;
    padding: 0 10px;
    /*padding: 0 15px;*/

    vertical-align: top;
}
@media (max-width: 1470px) {
    .header .header-pronav .pronav1>li {
        padding: 0 8px;
    }
}
.header .header-pronav .pronav1>li>a {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*font-size: 15px;*/
    line-height: 70px;

    position: relative;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .header .header-pronav .pronav1>li>a {
        font-size: 14px;
    }
}
.header .header-pronav .pronav1>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #0054ab;
}
.header .header-pronav .pronav1>li:hover>a,
.header .header-pronav .pronav1>li.active>a {
    color: #0054ab;
}
.header .header-pronav .pronav1>li:hover>a:after,
.header .header-pronav .pronav1>li.active>a:after {
    width: 100%;
}
.header .header-pronav .pronav1>li .nav-list2 {
    position: absolute;
    z-index: 9;
    top: 100%;

    display: none;

    min-width: 100%;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .header-pronav .pronav1>li .nav-list2>li>a {
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 0 10px;

    white-space: nowrap;
}
.header .header-pronav .pronav1>li .nav-list2>li:hover>a {
    color: #0054ab;
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
    background-color: #666;
}
.header .nav-collapse-2 {
    top: 0;
}
@media (min-width: 1200px) {
    .header .nav {
        position: relative;

        display: inline-block !important;

        vertical-align: top;
    }
    .header .nav:before {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 200%;
        height: 100%;

        content: '';

        background-color: #0054ab;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 5%;

        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .nav-box,
    .header .nav .container {
        width: 100%;
        height: 100%;
    }
    .header .nav .container {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .nav .tbl {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .header .nav {
        padding: 60px 8%;
    }
}
.header .nav.left-100 {
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
    -ms-transform: translateX(-400%);
    transform: translateX(-400%);
    transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
    -ms-transform: translateX(-500%);
    transform: translateX(-500%);
    transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1 {
    position: relative;

    text-align: left;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        font-size: 0;

        display: block !important;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 a:hover {
        color: #0054ab;
    }
    .header .nav .nav-list1:before {
        position: absolute;
        top: 0;
        left: -41px;

        display: block;

        width: 41px;
        height: 40px;

        content: '';

        background: url(../images/nav_bg.png) no-repeat top center;
    }
    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1>li>a {
        font-size: 14px;
        line-height: 40px;

        display: block;

        padding: 0 20px;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: capitalize;

        color: #fff;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        text-decoration: underline;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #fff;
        background-color: #474747;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2>li {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 14px;
        line-height: 40px;

        display: block;

        padding: 0 24px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2>li:hover>a {
        text-decoration: underline;

        color: #0054ab;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        white-space: nowrap;

        color: #fff;
        background-color: #474747;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a {
        font-size: 14px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover {
        text-decoration: underline;

        color: #0054ab;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        width: 100%;
    }
    .header .nav .nav-list1 ul {
        display: none !important;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav {
    display: none;
}
@media (max-width: 1199px) {
    .header .mask-nav {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title {
    font-size: 30px;

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .mask-nav .nav-top .nav-title {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content {
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li {
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .mask-nav .content ul li {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more {
    position: relative;
}
.header .mask-nav .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.header .mask-nav .content ul li a {
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul {
    display: none;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-4 {
    left: 300%;
}
.header .nav-5 {
    left: 400%;
}
.header .fade-out ul {
    text-align: left;
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
.header .fade-out ul .more {
    padding-right: 25px;
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
        touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        width: 40px;

        content: '\e72f';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 1199px) {
    .header .fade-out ul.nav-list1>li:nth-child(2) {
        display: none;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li>a {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px) {
    .header .fade-out~.google-translate {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
        transition: .3s;
    }
    .header .fade-out.left-100~.google-translate {
        top: -30px;

        opacity: 0;
    }
}
.header .pc-search {
    font-size: 14px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    padding: 0 120px 0 60px;

    vertical-align: middle;

    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
@media (max-width: 1470px) {
    .header .pc-search {
        width: 40%;
    }
}
.header .pc-search:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e648';
    text-align: center;

    color: #666;
}
.header .pc-search:after {
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 50px;

    content: '|';

    color: #c6c6c6;
}
.header .pc-search input {
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding: 0 20px;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: #999;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: #999;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: #999;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: #999;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search .submit {
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    width: 120px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    outline: none;
    background-color: #0054ab;
}
.header .pc-search .submit:hover {
    background-color: #10172c;
}
.header .goog-te-gadget-simple {
    border: none;
}
.header .search-part {
    position: relative;
}
@media (max-width: 1199px) {
    .header .search-part {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .find {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    line-height: 70px;

    display: inline-block;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #0054ab;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .header .find {
        font-size: 0;

        float: right;

        padding-right: 0;
        padding-left: 10px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 16px;

    display: inline-block;

    margin-right: 4px;

    content: '\e660';
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .find:before {
        font-size: 20px;
    }
}
.header .find:hover {
    text-decoration: underline;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
    }
}
@media (max-width: 767px) {
    .header .search-wrap {
        right: 0;
    }
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #0054ab;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.btn-custom {
    position: fixed;
    z-index: 8;
    top: -webkit-calc(50% - 140px);
    top: calc(50% - 140px);
    right: 0;
}
@media (max-width: 991px) {
    .btn-custom {
        top: auto;
        bottom: 100px;
    }
}
@media (max-width: 991px) {
    .btn-custom img {
        width: 50px;
    }
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #0054ab;
    border-radius: 0;
    outline: none;
    background-color: #0054ab;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px) {
    .online-wrap .online {
        right: 0;
    }
}
.online-wrap .online.onlineshow {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.onlineshow {
        right: -60px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(49, 49, 49, .6);
}
.online-wrap .online a:last-child {
    border-bottom: none;
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #0054ab;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #0054ab;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e915';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e624';
}
.online-wrap .icon-cart span {
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #0054ab;
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e605';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #0054ab;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #10172c;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
    padding-top: 110px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 60px;
    }
}
.banner img {
    display: block;

    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .banner-btn {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .banner .banner-btn {
        bottom: 10px;
    }
}
.banner .banner-button-prev,
.banner .banner-button-next {
    font-size: 30px;
    line-height: 46px;

    position: relative;

    display: inline-block;

    width: 46px;
    height: 46px;
    margin: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border: 1px solid #fff;
}
@media (max-width: 767px) {
    .banner .banner-button-prev,
    .banner .banner-button-next {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e7a0';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
    color: #fff;
    border-color: #0054ab;
    background-color: #0054ab;
}
.banner .banner-button-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner .swiper-pagination {
    position: relative;
    bottom: auto;

    display: inline-block;

    width: auto;

    vertical-align: middle;
}
.banner .swiper-pagination-bullet {
    font-size: 20px;
    font-weight: bold;

    width: 12px;
    height: 12px;
    margin: 0 10px !important;

    opacity: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px) {
    .banner .item {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item>a {
    display: block;
    overflow: hidden;
}
.banner .item>a>img {
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 37.29166667%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #0054ab !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in {
    position: relative;
}
.banner-in .item img {
    width: 100%;
}
@media (max-width: 991px) {
    .banner-in .item img {
        width: 110%;
        margin-left: -5%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
.banner-in .text-in h2 {
    font-size: 40px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px) {
    .banner-in .text-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .banner-in .text-in h2 {
        font-size: 30px;
    }
}
.box {
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    font-family: 'Candara', Arial, Helvetica, sans-serif;

    text-align: center;
}
.title span {
    font-size: 15px;
    line-height: 24px;

    display: block;

    text-transform: uppercase;

    color: #0054ab;
}
.title span:before,
.title span:after {
    display: inline-block;

    width: 20px;
    height: 1px;

    content: '';
    vertical-align: middle;

    background-color: #0054ab;
}
.title span:before {
    margin-right: 20px;
}
.title span:after {
    margin-left: 20px;
}
.title h2 {
    font-size: 44px;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 6px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title h2 b {
    color: #0054ab;
}
.indexcontent {
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.box-category {
    background-color: #f3f4f8;
}
.box-category .category {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-category .category {
        margin-top: 10px;
    }
}
.box-category .category ul {
    font-size: 0;

    margin: 0 -5px;
}
.box-category .category ul li {
    margin-top: 10px;
    padding: 0 5px;
}
.box-category .category .item {
    display: block;

    padding-bottom: 12px;

    background-color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .box-category .category .item {
        padding-bottom: 0;
    }
}
.box-category .category .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 84, 171, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: all .2s;
}
.box-category .category .item .pic {
    position: relative;
    padding: 30px;
    z-index: 2;
}
.box-category .category .item .pic .img-box {
    /* padding-bottom: 61.70212766%; */
}
.box-category .category .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-category .category .item .pic .number {
    font-size: 24px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
}
@media (max-width: 767px) {
    .box-category .category .item .pic .number {
        font-size: 20px;

        top: 10px;
        left: 10px;
    }
}
.box-category .category .item .note {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 2px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
}
.box-category .category .item .note h3 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 34px;
    margin: 0;
    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 1200px) {
    .box-category .category .item:hover:before {
        opacity: 1;
    }
    .box-category .category .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-category .category .item:hover .note {
        border-color: #0054ab;
    }
    .box-category .category .item:hover .note h3 {
        color: #fff;
        background-color: #0054ab;
    }
}
.box-about {
    font-size: 0;

    padding: 0;

    background: url(../images/about_bg.jpg) no-repeat left center;
}
@media (max-width: 991px) {
    .box-about {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .box-about {
        background: none;
    }
}
.box-about .about-left,
.box-about .about-right {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-about .about-left,
    .box-about .about-right {
        width: 100%;
    }
}
.box-about .title {
    background: none;
}
.box-about .about-right {
    position: relative;
}
@media(max-width:1470px) {
    .box-about .about-right img {
        width: 120%;
    }
}
@media(max-width:1350px) {
    .box-about .about-right img {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .box-about .about-right {
        margin-top: 30px;
    }
    .box-about .about-right img {
        width: 100%;
    }
}
.box-about .about-right .play {
    font-size: 50px;
    line-height: 102px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20%;

    width: 102px;
    height: 102px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .box-about .about-right .play {
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
.box-about .about-right .play .icon {
    font-size: 50px;

    position: relative;
    z-index: 2;

    display: block;

    color: #0054ab;
}
.box-about .about-right .play:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: scale 2s infinite;
    animation: scale 2s infinite;

    background: url(../images/play_bg.png) no-repeat;
    background-size: cover;
}
.box-about .about-left {
    padding-right: 3%;
}
.box-about .about-left .title {
    text-align: left;
}
.box-about .about-left .title span:before {
    display: none;
}
.box-about .about-left .text {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-about .about-left .text {
        margin-top: 10px;
    }
}
.box-about .about-left .text p {
    line-height: 24px;

    margin: 0;

    color: #444;
}
.box-about .about-left .number {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-about .about-left .number {
        margin-top: 0;
    }
    .box-about .about-left .number ul {
        margin: 0 -5px;
    }
    .box-about .about-left .number ul li {
        padding: 0 5px;
    }
}
.box-about .about-left .number .itembox {
    margin-top: 20px;
    padding: 5px;

    border: 1px solid #d0cece;
}
.box-about .about-left .number .item {
    padding: 16px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border: 1px solid #d0cece;
}
@media (max-width: 767px) {
    .box-about .about-left .number .item {
        padding: 10px;
    }
}
.box-about .about-left .number .item .icon {
    font-size: 40px;

    display: block;

    color: #0054ab;
}
@media (max-width: 767px) {
    .box-about .about-left .number .item .icon {
        font-size: 30px;
    }
}
.box-about .about-left .number .item h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px) {
    .box-about .about-left .number .item h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .box-about .about-left .number .item h3 {
        font-size: 24px;
    }
}
.box-about .about-left .number .item p {
    line-height: 24px;

    margin: 0;

    text-transform: capitalize;

    color: #666;
}
.box-about .about-left .number .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-about .about-left .more {
    margin-top: 80px;
}
@media (max-width: 991px) {
    .box-about .about-left .more {
        margin-top: 30px;
    }
}
.box-about .about-left .more a {
    font-size: 15px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #0054ab;
}
@media (max-width: 767px) {
    .box-about .about-left .more a {
        font-size: 14px;
    }
}
.box-about .about-left .more a:hover {
    background-color: #10172c;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-solution .product .item,
.wrap-nosearch .product .item,
.box-product .relate-product .item,
.wrap-product .relate-product .item,
.wrap-solution .relate-product .item,
.wrap-nosearch .relate-product .item,
.box-product .relate-search .item,
.wrap-product .relate-search .item,
.wrap-solution .relate-search .item,
.wrap-nosearch .relate-search .item {
    position: relative;

    display: block;
    overflow: hidden;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.box-product .product .item .pic,
.wrap-product .product .item .pic,
.wrap-solution .product .item .pic,
.wrap-nosearch .product .item .pic,
.box-product .relate-product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-solution .relate-product .item .pic,
.wrap-nosearch .relate-product .item .pic,
.box-product .relate-search .item .pic,
.wrap-product .relate-search .item .pic,
.wrap-solution .relate-search .item .pic,
.wrap-nosearch .relate-search .item .pic {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #cecece;
}
.box-product .product .item .pic .img-box img,
.wrap-product .product .item .pic .img-box img,
.wrap-solution .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img,
.box-product .relate-product .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-solution .relate-product .item .pic .img-box img,
.wrap-nosearch .relate-product .item .pic .img-box img,
.box-product .relate-search .item .pic .img-box img,
.wrap-product .relate-search .item .pic .img-box img,
.wrap-solution .relate-search .item .pic .img-box img,
.wrap-nosearch .relate-search .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .note,
.wrap-product .product .item .note,
.wrap-solution .product .item .note,
.wrap-nosearch .product .item .note,
.box-product .relate-product .item .note,
.wrap-product .relate-product .item .note,
.wrap-solution .relate-product .item .note,
.wrap-nosearch .relate-product .item .note,
.box-product .relate-search .item .note,
.wrap-product .relate-search .item .note,
.wrap-solution .relate-search .item .note,
.wrap-nosearch .relate-search .item .note {
    margin-top: 14px;
    padding: 0 5%;
}
.box-product .product .item .note h3,
.wrap-product .product .item .note h3,
.wrap-solution .product .item .note h3,
.wrap-nosearch .product .item .note h3,
.box-product .relate-product .item .note h3,
.wrap-product .relate-product .item .note h3,
.wrap-solution .relate-product .item .note h3,
.wrap-nosearch .relate-product .item .note h3,
.box-product .relate-search .item .note h3,
.wrap-product .relate-search .item .note h3,
.wrap-solution .relate-search .item .note h3,
.wrap-nosearch .relate-search .item .note h3 {
    font-size: 15px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-product .product .item .note .more,
.wrap-product .product .item .note .more,
.wrap-solution .product .item .note .more,
.wrap-nosearch .product .item .note .more,
.box-product .relate-product .item .note .more,
.wrap-product .relate-product .item .note .more,
.wrap-solution .relate-product .item .note .more,
.wrap-nosearch .relate-product .item .note .more,
.box-product .relate-search .item .note .more,
.wrap-product .relate-search .item .note .more,
.wrap-solution .relate-search .item .note .more,
.wrap-nosearch .relate-search .item .note .more {
    line-height: 36px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #e9e9e9;
}
@media (max-width: 767px) {
    .box-product .product .item .note .more,
    .wrap-product .product .item .note .more,
    .wrap-solution .product .item .note .more,
    .wrap-nosearch .product .item .note .more,
    .box-product .relate-product .item .note .more,
    .wrap-product .relate-product .item .note .more,
    .wrap-solution .relate-product .item .note .more,
    .wrap-nosearch .relate-product .item .note .more,
    .box-product .relate-search .item .note .more,
    .wrap-product .relate-search .item .note .more,
    .wrap-solution .relate-search .item .note .more,
    .wrap-nosearch .relate-search .item .note .more {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) {
    .box-product .product .item:hover .pic,
    .wrap-product .product .item:hover .pic,
    .wrap-solution .product .item:hover .pic,
    .wrap-nosearch .product .item:hover .pic,
    .box-product .relate-product .item:hover .pic,
    .wrap-product .relate-product .item:hover .pic,
    .wrap-solution .relate-product .item:hover .pic,
    .wrap-nosearch .relate-product .item:hover .pic,
    .box-product .relate-search .item:hover .pic,
    .wrap-product .relate-search .item:hover .pic,
    .wrap-solution .relate-search .item:hover .pic,
    .wrap-nosearch .relate-search .item:hover .pic {
        border-color: #0054ab;
    }
    .box-product .product .item:hover .pic .img-box img,
    .wrap-product .product .item:hover .pic .img-box img,
    .wrap-solution .product .item:hover .pic .img-box img,
    .wrap-nosearch .product .item:hover .pic .img-box img,
    .box-product .relate-product .item:hover .pic .img-box img,
    .wrap-product .relate-product .item:hover .pic .img-box img,
    .wrap-solution .relate-product .item:hover .pic .img-box img,
    .wrap-nosearch .relate-product .item:hover .pic .img-box img,
    .box-product .relate-search .item:hover .pic .img-box img,
    .wrap-product .relate-search .item:hover .pic .img-box img,
    .wrap-solution .relate-search .item:hover .pic .img-box img,
    .wrap-nosearch .relate-search .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-product .product .item:hover .note .more,
    .wrap-product .product .item:hover .note .more,
    .wrap-solution .product .item:hover .note .more,
    .wrap-nosearch .product .item:hover .note .more,
    .box-product .relate-product .item:hover .note .more,
    .wrap-product .relate-product .item:hover .note .more,
    .wrap-solution .relate-product .item:hover .note .more,
    .wrap-nosearch .relate-product .item:hover .note .more,
    .box-product .relate-search .item:hover .note .more,
    .wrap-product .relate-search .item:hover .note .more,
    .wrap-solution .relate-search .item:hover .note .more,
    .wrap-nosearch .relate-search .item:hover .note .more {
        color: #fff;
        background-color: #0054ab;
    }
}
.box-product .slick-arrow,
.wrap-product .slick-arrow,
.wrap-solution .slick-arrow,
.wrap-nosearch .slick-arrow {
    top: 40%;
}
.box-case {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f3f4f8), color-stop(50%, #fff));
    background-image: -webkit-linear-gradient(#f3f4f8 50%, #fff 50%);
    background-image: linear-gradient(#f3f4f8 50%, #fff 50%);
}
.box-case .case {
    margin-top: 20px;
}
/* .box-case .case .slick-case
{
    width: 150%;
    margin-left: -25%;
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case
    {
        width: 120%;
        margin-left: -10%;
    }
} */
@media (max-width: 767px) {
    .box-case .case .slick-case {
        width: 100%;
        margin: 0;
    }
}
.box-case .case .slick-case .slick-slide {
    padding: 15px;
}
.box-case .case .item {
    display: block;
}
.box-case .case .item .img-box {
    padding-bottom: 72.85714286%;
}
.box-case .case .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-case .case .item .note {
    position: relative;
    z-index: 2;

    width: 80%;
    margin: 0 auto;
    margin-top: -50px;
    padding: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .box-case .case .item .note {
        width: 90%;
        padding: 20px;
    }
}
.box-case .case .item .note:before {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 6px;

    display: block;

    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);

    content: '';

    opacity: 0;
    border: 1px solid #317dcc;
}
.box-case .case .item .note span {
    color: #0054ab;
}
.box-case .case .item .note h3 {
    font-size: 20px;
    line-height: 24px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;
    padding-right: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-case .case .item .note h3 {
        font-size: 18px;

        margin: 0;
        padding-right: 40px;
    }
}
.box-case .case .item .note h3:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    content: '\e7a0';

    color: #0054ab;
}
.box-case .case .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-case .case .item:hover .note {
    background-color: #0054ab;
}
.box-case .case .item:hover .note:before {
    opacity: 1;
}
.box-case .case .item:hover .note span,
.box-case .case .item:hover .note h3 {
    color: #fff;
}
.box-advantage {
    padding-top: 0;
}
.box-advantage .advantage .item {
    margin-top: 30px;
    padding: 40px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border: 1px solid #eee;
}
@media (max-width: 1470px) {
    .box-advantage .advantage .item {
        padding: 30px 15px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item {
        margin-top: 14px;
        padding: 15px;
    }
}
.box-advantage .advantage .item .iconbox,
.box-advantage .advantage .item .note {
    font-size: 14px;
}
.box-advantage .advantage .item .iconbox {
    display: block;

    width: 76px;
    height: 76px;
    margin: 0 auto;
    padding: 3px;

    text-align: center;

    border: 1px solid #d0cece;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .iconbox {
        width: 60px;
        height: 60px;
    }
}
.box-advantage .advantage .item .iconbox .icon {
    font-size: 36px;
    line-height: 66px;

    display: block;

    color: #0054ab;
    border: 1px solid #d0cece;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .iconbox .icon {
        line-height: 50px;
    }
}
.box-advantage .advantage .item .note h3 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;

    margin: 16px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .note h3 {
        font-size: 18px;
    }
}
.box-advantage .advantage .item .note p {
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .note p {
        font-size: 14px;
    }
}
.box-advantage .advantage .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);

    color: #fff;
    background-color: #0054ab;
}
.box-advantage .advantage .item:hover .iconbox {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-advantage .advantage .item:hover .iconbox .icon {
    color: #fff;
}
.box-solution {
    padding-bottom: 0;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f3f4f8), color-stop(50%, #fff));
    background-image: -webkit-linear-gradient(#f3f4f8 50%, #fff 50%);
    background-image: linear-gradient(#f3f4f8 50%, #fff 50%);
}
.box-solution .solution {
    margin-top: 30px;
}
.box-solution .solution .slick-solution {
    font-size: 0;
}
.box-solution .solution .slick-solution .slick-slide {
    padding-bottom: 26px;
}
.box-solution .solution .slick-solution .item .pic .img-box {
    padding-bottom: 36.45833333%;
}
.box-solution .solution .slick-solution .slick-arrow {
    top: auto;
    bottom: 100px;
    left: 10%;
}
@media (max-width: 1199px) {
    .box-solution .solution .slick-solution .slick-arrow {
        left: 0;
    }
}
.box-solution .solution .slick-solution .slick-arrow.slick-next {
    right: 10%;
    left: auto;
}
@media (max-width: 1199px) {
    .box-solution .solution .slick-solution .slick-arrow.slick-next {
        right: 0;
    }
}
.box-solution .solution .text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    width: 100%;
    max-width: 1000px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .box-solution .solution .text {
        position: relative;

        padding: 0 30px;

        color: #333;
    }
}
.box-solution .solution .text .number {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 48px;

    display: block;
}
@media (max-width: 767px) {
    .box-solution .solution .text .number {
        font-size: 30px;
    }
}
.box-solution .solution .text h3 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;

    display: -webkit-box;
    display: inline-block;
    overflow: hidden;

    height: 30px;
    margin: 10px 0;

    text-transform: uppercase;

    border-bottom: 1px solid #4d4f51;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-solution .solution .text h3 {
        font-size: 20px;
    }
}
.box-solution .solution .text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-solution .solution .text .more {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .box-solution .solution .text .more {
        margin-top: 20px;
    }
}
.box-solution .solution .text .more a {
    font-size: 15px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #0054ab;
}
.box-solution .solution .text .more a:hover {
    background-color: #10172c;
}
.box-news .news {
    margin-top: 30px;
}
.box-news .news .item {
    font-size: 0;

    display: block;

    padding: 20px;

    -webkit-transition: all 1s;
    -webkit-transition: all .2s;
    transition: all 1s;
    transition: all .2s;

    background-color: #0054ab;
}
@media (max-width: 767px) {
    .box-news .news .item {
        padding: 10px;
    }
}
.box-news .news .item .pic,
.box-news .news .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-news .news .item .pic {
    position: relative;

    overflow: hidden;

    width: 35%;
}
@media (max-width: 1199px) {
    .box-news .news .item .pic {
        width: 44%;
    }
}
@media (max-width: 767px) {
    .box-news .news .item .pic {
        width: 100%;
    }
}
.box-news .news .item .pic .img-box {
    padding-bottom: 63.63636364%;
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .note {
    width: 65%;
    padding: 0 15% 0 30px;
}
@media (max-width: 1470px) {
    .box-news .news .item .note {
        padding-right: 10%;
    }
}
@media (max-width: 1199px) {
    .box-news .news .item .note {
        width: 56%;
    }
}
@media (max-width: 767px) {
    .box-news .news .item .note {
        width: 100%;
        padding: 20px 5px;
    }
}
.box-news .news .item .note .date {
    line-height: 24px;

    display: block;
}
.box-news .news .item .note .date .icon {
    font-size: 24px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 6px;

    vertical-align: middle;
}
.box-news .news .item .note .date,
.box-news .news .item .note h3,
.box-news .news .item .note p,
.box-news .news .item .note a.more {
    color: #fff;
}
.box-news .news .item .note h3 {
    font-size: 22px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-news .news .item .note h3 {
        font-size: 20px;
    }
}
.box-news .news .item .note p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .box-news .news .item .note p {
        font-size: 14px;
    }
}
.box-news .news .item .note a.more {
    line-height: 30px;

    display: block;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .box-news .news .item .note a.more {
        margin-top: 20px;
    }
}
.box-news .news .item .note a.more .icon {
    font-size: 24px;

    display: inline-block;

    margin-top: -4px;
    margin-left: 10px;

    vertical-align: middle;
}
.box-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .note h3,
.box-news .news .item:hover .note a.more {
    text-decoration: underline;
}
.box-news .news .slick-dots {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .box-news .news .slick-dots {
        top: auto;
        right: 10px;
        bottom: 10px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.box-news .news .slick-dots li {
    display: block;

    margin: 16px 0;

    border-color: #fff;
}
.box-news .news .slick-dots li.slick-active {
    background-color: #fff;
}
.box-news .faqs {
    margin-top: 30px;
}
.box-news .faqs .item {
    margin-top: 10px;
}
.box-news .faqs .item .title-item {
    position: relative;

    padding: 10px 80px;

    cursor: pointer;

    border: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
    .box-news .faqs .item .title-item {
        padding: 10px 60px;
    }
}
@media (max-width: 767px) {
    .box-news .faqs .item .title-item {
        padding: 10px 50px;
    }
}
.box-news .faqs .item .title-item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 1;

    position: absolute;
    top: 10px;
    left: 10px;

    content: '\e8e9';
}
@media (max-width: 767px) {
    .box-news .faqs .item .title-item:before {
        font-size: 30px;
    }
}
.box-news .faqs .item .title-item:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    position: absolute;
    top: 10px;
    right: 20px;

    content: '\e629';
}
@media (max-width: 991px) {
    .box-news .faqs .item .title-item:after {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-news .faqs .item .title-item:after {
        font-size: 20px;
    }
}
.box-news .faqs .item .title-item h3 {
    font-size: 20px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .box-news .faqs .item .title-item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-news .faqs .item .title-item h3 {
        line-height: 30px;
    }
}
.box-news .faqs .item .text {
    display: none;

    margin-top: 10px;
    padding: 20px 80px;

    background-color: #f3f4f7;
}
@media (max-width: 991px) {
    .box-news .faqs .item .text {
        padding: 20px 60px;
    }
}
@media (max-width: 767px) {
    .box-news .faqs .item .text {
        padding: 10px 30px;
    }
}
.box-news .faqs .item .text p {
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .box-news .faqs .item .text p {
        font-size: 14px;
    }
}
.box-news .faqs .current .item .title-item h3 {
    text-decoration: underline;

    color: #0054ab;
}
.box-news .faqs .current .item .title-item:before {
    color: #0054ab;
}
.box-news .faqs .current .item .title-item:after {
    content: '\e628';
}
.box-share {
    padding-top: 0;
}
@media (max-width: 767px) {
    .box-share .item {
        margin: 10px 0;
    }
}
.box-share .item .title-share h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .box-share .item .title-share h2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-share .item .title-share h2 {
        font-size: 16px;
    }
}
.box-share .item .title-share .icon {
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.box-share .item .icon-facebook1 {
    color: #395996;
}
.box-share .item .icon-tuite {
    color: #5dd7fd;
}
.box-share .item .icon-Instagramlogo {
    color: #cf2e79;
}
.box-share .item .iframe {
    line-height: normal;

    height: 490px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .box-share .item .iframe {
        height: 300px;
    }
}
.box-share .item .iframe iframe {
    overflow-y: auto;

    width: 100%;
    height: 100%;
}
.box-share .item:hover .title-share h2 {
    color: #0054ab;
}
.box-subscribe {
    position: relative;
    z-index: 2;
}
.box-subscribe .subscribe-box,
.box-subscribe .subscribe-info {
    padding: 4px;

    border: 1px solid #e1e1e1;
}
.box-subscribe .subscribe {
    padding: 50px 5% 60px;

    text-align: center;

    background: url(../images/subscribe_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-subscribe .subscribe {
        padding: 30px 15px;
    }
}
.box-subscribe .subscribe .title-subscribe h3 {
    font-size: 28px;

    margin-top: 0;
}
@media (max-width: 767px) {
    .box-subscribe .subscribe .title-subscribe h3 {
        font-size: 24px;
    }
}
.box-subscribe .subscribe .message {
    position: relative;

    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    padding-right: 110px;
}
.box-subscribe .subscribe .message input {
    line-height: 26px;

    width: 100%;
    padding: 10px 16px;

    border: 2px solid #e1e1e1;
}
.box-subscribe .subscribe .message input::-webkit-input-placeholder,
.box-subscribe .subscribe .message textarea::-webkit-input-placeholder {
    color: #9d9d9d;
}
.box-subscribe .subscribe .message input:-o-placeholder,
.box-subscribe .subscribe .message textarea:-o-placeholder {
    color: #9d9d9d;
}
.box-subscribe .subscribe .message input::-moz-placeholder,
.box-subscribe .subscribe .message textarea::-moz-placeholder {
    color: #9d9d9d;
}
.box-subscribe .subscribe .message input:-ms-input-placeholder,
.box-subscribe .subscribe .message textarea:-ms-input-placeholder {
    color: #9d9d9d;
}
.box-subscribe .subscribe .message input:focus::-webkit-input-placeholder,
.box-subscribe .subscribe .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe .message input:focus::-o-placeholder,
.box-subscribe .subscribe .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe .message input:focus::-moz-placeholder,
.box-subscribe .subscribe .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe .message input:focus::-ms-input-placeholder,
.box-subscribe .subscribe .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe .message .submit {
    position: absolute;
    top: 0;
    right: 0;

    width: 110px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #0054ab;
}
.box-subscribe .subscribe .message .submit:hover {
    background-color: #10172c;
}
.footer {
    position: relative;

    overflow: hidden;

    margin-top: -110px;
    padding-top: 180px;

    color: #bdbfc6;
    background-color: #10172c;
}
@media (max-width: 991px) {
    .footer {
        margin-top: -80px;
        padding-top: 100px;
    }
}
.footer .foot {
    padding-bottom: 70px;
}
@media (max-width: 991px) {
    .footer .foot {
        padding-bottom: 30px;
    }
}
.footer .foot>ul {
    font-size: 0;

    overflow: hidden;
}
@media (min-width: 992px) {
    .footer .foot>ul {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot>ul:after {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot>ul>li {
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        max-width: 33.33333333%;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}
.footer .foot .item .title-foot {
    position: relative;
}
.footer .foot .item .title-foot h3 {
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot .item .title-foot h3 {
        font-size: 18px;
    }
}
.footer .foot .item-1 .title-foot h3 {
    font-size: 28px;
}
@media (max-width: 1199px) {
    .footer .foot .item-1 .title-foot h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-1 .title-foot h3 {
        font-size: 20px;
    }
}
.footer .foot .item-1 .title-foot h3:before {
    display: none;
}
.footer .foot .item-1 .title-foot h3 b {
    color: #0054ab;
}
.footer .foot .item .info-down {
    margin-top: 10px;
}
.footer .foot .item-1 .info-down {
    max-width: 330px;
}
@media (max-width: 1470px) {
    .footer .foot .item-1 .info-down {
        max-width: 260px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-1 .info-down {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .item-1 p {
    font-size: 14px;
    line-height: 24px;

    position: relative;

    margin: 0;
}
@media (max-width: 767px) {
    .footer .foot .item-1 p {
        font-size: 14px;

        margin: 10px 0 0 0;
    }
}
.footer .foot .item-1 p b {
    font-size: 15px;

    display: block;
}
.footer .foot .item-1 p a:hover {
    text-decoration: underline;
}
.footer .foot .item-2 .info-down a {
    line-height: 30px;

    position: relative;

    display: block;

    padding-left: 14px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transform: translateX(-14px);
}
@media (max-width: 991px) {
    .footer .foot .item-2 .info-down a {
        display: inline-block;

        vertical-align: top;
    }
}
.footer .foot .item-2 .info-down a:before {
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    background-color: #bdbfc6;
}
@media (min-width: 1200px) {
    .footer .foot .item-2 .info-down a:hover {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        text-decoration: underline;
    }
    .footer .foot .item-2 .info-down a:hover:before {
        opacity: 1;
    }
}
.footer .foot .item-3 {
    width: 570px;
}
@media (max-width: 1470px) {
    .footer .foot .item-3 {
        width: 470px;
    }
}
@media (max-width: 1199px) {
    .footer .foot .item-3 {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-3 {
        width: 100%;
    }
}
.footer .foot .item-3 p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #838587;
}
@media (max-width: 767px) {
    .footer .foot .item-3 p {
        font-size: 14px;
    }
}
.footer .foot .item-3 form {
    position: relative;

    margin-top: 20px;
}
.footer .foot .item-3 form ul {
    margin: 0 -4px;
}
.footer .foot .item-3 form ul li {
    margin-bottom: 14px;
    padding: 0 4px;
}
.footer .foot .item-3 form input,
.footer .foot .item-3 form textarea {
    line-height: 24px;

    width: 100%;
    padding: 8px 14px;

    resize: vertical;

    color: #fff;
    border: 1px solid #41475c;
    background: none;
}
@media (max-width: 767px) {
    .footer .foot .item-3 form input,
    .footer .foot .item-3 form textarea {
        line-height: 34px;

        padding: 0 10px;
    }
}
.footer .foot .item-3 form input::-webkit-input-placeholder,
.footer .foot .item-3 form textarea::-webkit-input-placeholder {
    color: #bdbfc6;
}
.footer .foot .item-3 form input:-o-placeholder,
.footer .foot .item-3 form textarea:-o-placeholder {
    color: #bdbfc6;
}
.footer .foot .item-3 form input::-moz-placeholder,
.footer .foot .item-3 form textarea::-moz-placeholder {
    color: #bdbfc6;
}
.footer .foot .item-3 form input:-ms-input-placeholder,
.footer .foot .item-3 form textarea:-ms-input-placeholder {
    color: #bdbfc6;
}
.footer .foot .item-3 form input:focus::-webkit-input-placeholder,
.footer .foot .item-3 form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .item-3 form input:focus::-o-placeholder,
.footer .foot .item-3 form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .item-3 form input:focus::-moz-placeholder,
.footer .foot .item-3 form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .item-3 form input:focus::-ms-input-placeholder,
.footer .foot .item-3 form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .item-3 form .submit {
    line-height: 40px;

    height: 40px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #0054ab;
}
@media (max-width: 767px) {
    .footer .foot .item-3 form .submit {
        line-height: 34px;

        height: 34px;
    }
}
.footer .foot .item-3 form .submit:hover {
    color: #10172c;
    background-color: #fff;
}
.copyright {
    padding: 10px 0;

    background-color: #272e42;
}
@media (max-width: 991px) {
    .copyright {
        padding-bottom: 55px;
    }
}
.copyright p {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #e0e0e0;
}
@media (max-width: 1470px) {
    .copyright p {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.copyright a:hover {
    text-decoration: underline;
}
.copyright p,
.copyright a {
    display: inline-block;

    vertical-align: middle;
}
.copyright .sitemap {
    margin-left: 20px;

    text-decoration: underline;
}
@media (max-width: 991px) {
    .copyright .sitemap {
        margin-left: 0;
    }
}
.copyright .share {
    display: inline-block;
    float: right;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .copyright .share {
        float: none;

        margin-top: 10px;
    }
}
.copyright .share ul li {
    display: inline-block;

    vertical-align: middle;
}
.copyright .share ul li a {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 34px;
    height: 34px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    color: #bdbfc6;
    border-radius: 50%;
    background-color: #3d455e;
}
.copyright .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.copyright .share ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.copyright .share ul li a:hover:after {
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.copyright .share ul li.twitter a:before {
    content: '\e60b';
}
.copyright .share ul li.linkedin a:before {
    content: '\e6f0';
}
.copyright .share ul li.instagram a:before {
    content: '\e6b6';
}
.copyright .share ul li.youtube a:before {
    content: '\e618';
}
.copyright .share ul li.google a:before {
    content: '\e645';
}
.copyright .share ul li.amazon a:before {
    content: '\e6c1';
}
.copyright .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.wrap {
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.wrap-sidenav .title-sidenav h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .wrap-sidenav .title-sidenav h2 {
        font-size: 24px;
    }
}
.wrap-sidenav .slevel-1 {
    margin-top: 10px;
}
.wrap-sidenav .slevel-1>li {
    margin-top: 8px;
}
.wrap-sidenav .slevel-1>li>a {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #bdbdbd;
}
@media (max-width: 1199px) {
    .wrap-sidenav .slevel-1>li>a {
        font-size: 16px;

        padding: 5px 10px;
    }
}
.wrap-sidenav .slevel-1>li.active>a,
.wrap-sidenav .slevel-1>li:hover>a {
    color: #fff;
    border-color: #0054ab;
    background-color: #0054ab;
}
.wrap-sidenav .slevel-1>li ul.slevel-2 {
    display: none;
}
.wrap-sidenav .slevel-1>li ul.slevel-2>li {
    margin-top: 6px;
}
@media (max-width: 1199px) {
    .wrap-sidenav .slevel-1>li ul.slevel-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .slevel-1>li ul.slevel-2>li>a {
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 30px;

    background-color: #ebf2f8;
}
@media (max-width: 1199px) {
    .wrap-sidenav .slevel-1>li ul.slevel-2>li>a {
        font-size: 14px;
        line-height: 24px;

        padding: 5px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav .slevel-1>li ul.slevel-2>li>a {
        padding: 5px;
    }
}
.wrap-sidenav .slevel-1>li ul.slevel-2>li>a:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    display: block;

    width: 2px;
    height: 0;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #0054ab;
}
.wrap-sidenav .slevel-1>li ul.slevel-2>li.active>a,
.wrap-sidenav .slevel-1>li ul.slevel-2>li:hover>a {
    text-decoration: underline;

    color: #0054ab;
}
.wrap-sidenav .slevel-1>li ul.slevel-2>li.active>a:before,
.wrap-sidenav .slevel-1>li ul.slevel-2>li:hover>a:before {
    height: 100%;
}
.xs-product-nav {
    font-family: 'Candara', Arial, Helvetica, sans-serif;

    overflow: hidden;
}
.xs-product-nav>ul {
    margin: 0 -10px;
}
.xs-product-nav>ul>li {
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav>ul>li>a {
    font-size: 16px;
    line-height: 28px;

    padding: 0 10px;
}
.xs-product-nav>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.xs-product-nav>ul>li.active>a {
    color: #0054ab;
}
.about-nav {
    text-align: center;
}
.about-nav>ul {
    margin: 0 -6px;
    margin-top: -10px;
}
.about-nav>ul>li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 6px;

    vertical-align: top;
}
.about-nav>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    min-width: 240px;
    padding: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .about-nav>ul>li>a {
        min-width: 200px;
    }
}
@media (max-width: 767px) {
    .about-nav>ul>li>a {
        font-size: 15px;

        min-width: 160px;
        padding: 5px;
    }
}
.about-nav>ul>li.active>a,
.about-nav>ul>li:hover>a {
    color: #fff;
    background-color: #0054ab;
}
.wrap-about .about {
    padding-top: 50px;

    text-align: center;
}
.wrap-about .about .title-about,
.wrap-about .about .text,
.wrap-about .about .number {
    max-width: 990px;
    margin: 0 auto;
}
.wrap-about .about .title-about h2 {
    font-size: 24px;
    line-height: 1.4;

    margin: 0;

    color: #0054ab;
}
.wrap-about .about .text {
    margin-top: 20px;
}
.wrap-about .about .text p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #444;
}
@media (max-width: 767px) {
    .wrap-about .about .text p {
        font-size: 14px;
    }
}
.wrap-about .about .number {
    margin-top: 20px;

    text-align: center;
}
.wrap-about .about .number>ul {
    margin: 0 -60px;
}
@media (max-width: 991px) {
    .wrap-about .about .number>ul {
        margin: 0 -30px;
    }
}
.wrap-about .about .number>ul>li {
    position: relative;

    display: inline-block;

    margin-top: 20px;
    padding: 0 60px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-about .about .number>ul>li {
        padding: 0 30px;
    }
}
.wrap-about .about .number>ul>li:after {
    position: absolute;
    top: 40%;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 25px;

    content: '';
    vertical-align: middle;

    background-color: #cecece;
}
.wrap-about .about .number>ul>li:last-child:after {
    display: none;
}
.wrap-about .about .number .item {
    position: relative;

    padding-left: 50px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-about .about .number .item .icon {
    font-size: 40px;

    position: absolute;
    left: 0;

    color: #0054ab;
}
.wrap-about .about .number .item h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-about .about .number .item h3 {
        font-size: 30px;
    }
}
.wrap-about .about .number .item p {
    line-height: 24px;

    margin: 0;

    text-transform: capitalize;

    color: #666;
}
.wrap-about .about .number .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-about .about .about-video {
    position: relative;

    margin-top: 30px;
}
.wrap-about .about .about-video img {
    width: 100%;
}
@media (max-width: 767px) {
    .wrap-about .about .about-video img {
        width: 160%;
        margin-left: -30%;
    }
}
.wrap-about .about .about-video .play {
    font-size: 50px;
    line-height: 102px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 102px;
    height: 102px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-about .about .about-video .play .icon {
    font-size: 50px;

    position: relative;
    z-index: 2;

    display: block;

    color: #0054ab;
}
.wrap-about .about .about-video .play:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: scale 2s infinite;
    animation: scale 2s infinite;

    background: url(../images/play_bg.png) no-repeat;
    background-size: cover;
}
.wrap-about .advantage {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-about .advantage {
        padding-top: 40px;
    }
}
.wrap-about .advantage .list ul {
    font-size: 0;
}
.wrap-about .advantage .list ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 50px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-about .advantage .list ul li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-about .advantage .list ul li {
        margin-top: 20px;
    }
}
.wrap-about .advantage .list .item {
    font-size: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-about .advantage .list .item .iconbox,
.wrap-about .advantage .list .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-about .advantage .list .item .iconbox {
    width: 76px;
    height: 76px;
    padding: 3px;

    text-align: center;

    border: 1px solid #d0cece;
}
@media (max-width: 767px) {
    .wrap-about .advantage .list .item .iconbox {
        width: 60px;
        height: 60px;
    }
}
.wrap-about .advantage .list .item .iconbox .icon {
    font-size: 36px;
    line-height: 66px;

    display: block;

    color: #0054ab;
    border: 1px solid #d0cece;
}
@media (max-width: 767px) {
    .wrap-about .advantage .list .item .iconbox .icon {
        line-height: 50px;
    }
}
.wrap-about .advantage .list .item .note {
    width: -webkit-calc(100% - 76px);
    width: calc(100% - 76px);
    padding-left: 20px;
}
@media (max-width: 767px) {
    .wrap-about .advantage .list .item .note {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}
.wrap-about .advantage .list .item .note h3 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .wrap-about .advantage .list .item .note h3 {
        font-size: 20px;
    }
}
.wrap-about .advantage .list .item .note p {
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-about .advantage .list .item .note p {
        font-size: 14px;
    }
}
.wrap-about .advantage .list .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-about .advantage .list .item:hover .iconbox {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);

        opacity: .1;
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);

        opacity: .1;
    }
}
.wrap-honor .honor {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-honor .honor {
        margin: 0;
    }
}
.wrap-honor .honor .item {
    display: block;

    margin-top: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-honor .honor .item {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 125%;
}
.wrap-honor .honor .item h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-honor .honor .item h3 {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrap-honor .honor .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-honor .honor .slick-arrow {
    left: -100px;
}
@media (max-width: 991px) {
    .wrap-honor .honor .slick-arrow {
        left: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor .slick-arrow {
        left: -20px;
    }
}
.wrap-honor .honor .slick-arrow.slick-next {
    right: -100px;
    left: auto;
}
@media (max-width: 991px) {
    .wrap-honor .honor .slick-arrow.slick-next {
        right: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor .slick-arrow.slick-next {
        right: -20px;
    }
}
.wrap-factory .factory {
    margin-top: 20px;
}
.wrap-factory .factory .item {
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-factory .factory .item {
        margin-top: 16px;
    }
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 68.88888889%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item .img-box .icon {
    font-size: 30px;

    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    color: #fff;
}
.wrap-factory .factory .item h3 {
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-factory .factory .item h3 {
        font-size: 16px;

        margin-top: 8px;
    }
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .item:hover h3 {
    color: #0054ab;
}
.wrap-factory .factory .item:hover .icon {
    opacity: 1;
}
.wrap-history .text {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;

    text-align: center;
}
.wrap-history .text p {
    font-size: 22px;

    color: #0054ab;
}
@media (max-width: 991px) {
    .wrap-history .text p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-history .text p {
        font-size: 18px;
    }
}
.wrap-history .history {
    position: relative;

    margin-top: 30px;
}
.wrap-history .history:before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #cecece;
}
@media (max-width: 767px) {
    .wrap-history .history:before {
        left: 0;
    }
}
.wrap-history .history ul {
    position: relative;

    padding: 30px 0;
}
.wrap-history .history ul:before,
.wrap-history .history ul:after {
    position: absolute;
    left: 50%;

    display: block;

    width: 12px;
    height: 12px;
    margin-left: -6px;

    content: '';

    border-radius: 50%;
    background-color: #0054ab;
}
@media (max-width: 767px) {
    .wrap-history .history ul:before,
    .wrap-history .history ul:after {
        left: 0;
    }
}
.wrap-history .history ul:before {
    top: 0;
}
.wrap-history .history ul:after {
    bottom: 0;
}
.wrap-history .history ul li {
    padding-top: 50px;
}
@media (min-width: 768px) {
    .wrap-history .history ul li {
        max-height: 186px;
    }
    .wrap-history .history ul li:nth-child(2n + 1) {
        text-align: right;
    }
    .wrap-history .history ul li:nth-child(2n + 1) .item {
        text-align: left;
    }
    .wrap-history .history ul li:nth-child(2n) .item:before {
        right: -9px;
        left: auto;
    }
    .wrap-history .history ul li:nth-child(2n) .item:after {
        right: -4px;
        left: auto;
    }
    .wrap-history .history ul li:nth-child(2n) .item .date:before {
        right: -12px;
        left: auto;

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .wrap-history .history ul li:nth-child(2n) .item .date:after {
        right: 10px;
        left: auto;
    }
}
@media (max-width: 767px) {
    .wrap-history .history ul li {
        padding-top: 30px;
    }
}
.wrap-history .history .item {
    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 40px;

    text-align: right;
}
@media (max-width: 767px) {
    .wrap-history .history .item {
        width: 100%;
        padding: 0 30px;

        text-align: left;
    }
}
.wrap-history .history .item:before {
    position: absolute;
    top: 16px;
    left: -9px;

    display: block;

    width: 18px;
    height: 18px;

    content: '';

    border: 1px solid #0054ab;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-history .history .item:before {
        top: 11px;
    }
}
.wrap-history .history .item:after {
    position: absolute;
    top: 21px;
    left: -4px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #0054ab;
}
@media (max-width: 767px) {
    .wrap-history .history .item:after {
        top: 16px;
    }
}
.wrap-history .history .item .date {
    position: relative;

    display: inline-block;

    padding: 0 30px;

    background-color: #0054ab;
}
.wrap-history .history .item .date:before {
    position: absolute;
    top: 0;
    left: -12px;

    width: 0;
    height: 0;

    content: '';

    border-width: 25px 12px 25px 0;
    border-style: solid;
    border-color: transparent #0054ab transparent transparent;
}
@media (max-width: 767px) {
    .wrap-history .history .item .date:before {
        border-width: 20px 12px 20px 0;
    }
}
.wrap-history .history .item .date:after {
    font-weight: normal;

    position: absolute;
    top: 15px;
    left: 10px;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-history .history .item .date:after {
        top: 10px;
    }
}
.wrap-history .history .item .date b {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: inline-block;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-history .history .item .date b {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-history .history .item .date b {
        font-size: 20px;
        line-height: 40px;
    }
}
.wrap-history .history .item .note {
    margin-top: 10px;
}
.wrap-history .history .item .note p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-history .history .item .note p {
        font-size: 14px;
    }
}
.wrap-faqs .faqs {
    margin-top: 30px;
}
.wrap-faqs .faqs .item {
    margin-top: 10px;
}
.wrap-faqs .faqs .item .title-item {
    position: relative;

    padding: 10px 80px;

    cursor: pointer;

    border: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item .title-item {
        padding: 10px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-item {
        padding: 10px 50px;
    }
}
.wrap-faqs .faqs .item .title-item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 1;

    position: absolute;
    top: 10px;
    left: 10px;

    content: '\e8e9';
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-item:before {
        font-size: 30px;
    }
}
.wrap-faqs .faqs .item .title-item:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    position: absolute;
    top: 10px;
    right: 20px;

    content: '\e629';
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item .title-item:after {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-item:after {
        font-size: 20px;
    }
}
.wrap-faqs .faqs .item .title-item h3 {
    font-size: 20px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item .title-item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-item h3 {
        line-height: 30px;
    }
}
.wrap-faqs .faqs .item .text {
    display: none;

    margin-top: 10px;
    padding: 20px 80px;

    background-color: #f3f4f7;
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item .text {
        padding: 20px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .text {
        padding: 10px 30px;
    }
}
.wrap-faqs .faqs .item .text p {
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .text p {
        font-size: 14px;
    }
}
.wrap-faqs .faqs .current .item .title-item h3 {
    text-decoration: underline;

    color: #0054ab;
}
.wrap-faqs .faqs .current .item .title-item:before {
    color: #0054ab;
}
.wrap-faqs .faqs .current .item .title-item:after {
    content: '\e628';
}
.wrap-case .case {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-case .case {
        margin: 0;
    }
}
.wrap-case .case .item {
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-case .case .item {
        margin-top: 16px;
    }
}
.wrap-case .case .item .img-box {
    padding-bottom: 68.88888889%;

    background-color: #0054ab;
}
.wrap-case .case .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-case .case .item .note {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-case .case .item .note {
        margin-top: 10px;
    }
}
.wrap-case .case .item .note span {
    line-height: 24px;

    display: block;

    color: #0054ab;
}
.wrap-case .case .item h3 {
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-case .case .item h3 {
        font-size: 16px;
    }
}
.wrap-case .case .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .8;
}
.wrap-case .case .item:hover h3 {
    color: #0054ab;
}
.wrap-solution .about-nav {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-solution .about-nav {
        margin-top: 20px;
    }
}
.wrap-solution .about-nav ul {
    font-size: 0;
}
.wrap-solution .about-nav ul li {
    width: 33.33333333%;
}
@media (max-width: 767px) {
    .wrap-solution .about-nav ul li {
        width: 100%;
    }
}
.wrap-solution .about-nav a {
    font-size: 18px;

    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .wrap-solution .about-nav a {
        font-size: 14px;
    }
}
.wrap-solution .solution {
    margin-top: 30px;
}
.wrap-solution .solution .text {
    margin-top: 30px;
}
.wrap-solution .solution .text p {
    line-height: 24px;

    margin: 0;
}
.wrap-solution .solution .text p img {
    max-width: 100%;
    height: auto !important;
}
.wrap-solution .solution .picbox .item {
    position: relative;

    margin-top: 30px;

    background-color: #000;
}
.wrap-solution .solution .picbox .item .img-box {
    padding-bottom: 52.17391304%;
}
.wrap-solution .solution .picbox .item-video .img-box {
    opacity: .5;
}
.wrap-solution .solution .picbox .item .play {
    font-size: 50px;
    line-height: 102px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 102px;
    height: 102px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
.wrap-solution .solution .picbox .item .play .icon {
    font-size: 50px;

    position: relative;
    z-index: 2;

    display: block;

    color: #0054ab;
}
.wrap-solution .solution .picbox .item .play:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: scale 2s infinite;
    animation: scale 2s infinite;

    background: url(../images/play_bg.png) no-repeat;
    background-size: cover;
}
.wrap-solution .relate-product {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .wrap-solution .relate-product {
        padding-top: 30px;
    }
}
.wrap-solution .relate-product .title-in {
    text-align: left;
}
.wrap-solution .relate-product .slick-relate-product {
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-solution .relate-product .slick-relate-product {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.wrap-solution .relate-product .slick-relate-product .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-solution .relate-product .slick-relate-product .slick-slide {
        padding: 0 5px;
    }
}
.wrap-news .news {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-news .news {
        margin-top: 0;
    }
}
.wrap-news .news .item {
    font-size: 0;

    display: block;

    margin-top: 30px;
    padding: 20px;

    -webkit-transition: all 1s;
    -webkit-transition: all .2s;
    transition: all 1s;
    transition: all .2s;

    border: 1px solid #cecece;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        padding: 10px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic {
    position: relative;

    overflow: hidden;

    width: 35%;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .pic {
        width: 44%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 63.63636364%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    width: 65%;
    padding: 0 15% 0 30px;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .note {
        padding-right: 10%;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .note {
        width: 56%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 100%;
        padding: 20px 5px;
    }
}
.wrap-news .news .item .note .date {
    line-height: 24px;

    display: block;
}
.wrap-news .news .item .note .date .icon {
    font-size: 24px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 6px;

    vertical-align: middle;
}
.wrap-news .news .item .note h3 {
    font-size: 22px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note h3 {
        font-size: 20px;
    }
}
.wrap-news .news .item .note p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note p {
        font-size: 14px;
    }
}
.wrap-news .news .item .note a.more {
    line-height: 30px;

    display: block;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .note a.more {
        margin-top: 20px;
    }
}
.wrap-news .news .item .note a.more .icon {
    font-size: 24px;

    display: inline-block;

    margin-top: -4px;
    margin-left: 10px;

    vertical-align: middle;
}
.wrap-news .news .item:hover {
    background-color: #0054ab;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note .date,
.wrap-news .news .item:hover .note h3,
.wrap-news .news .item:hover .note p,
.wrap-news .news .item:hover .note a.more {
    color: #fff;
}
.wrap-news .news .item:hover .note h3,
.wrap-news .news .item:hover .note a.more {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .wrap-news .news .padding {
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .wrap-news .news .padding:hover {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .details .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .details .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-details .title-details {
    position: relative;

    padding-right: 250px;
    padding-bottom: 20px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
    .wrap-details .title-details {
        padding-right: 0;
    }
}
.wrap-details .title-details h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    position: relative;

    padding-left: 20px;
}
@media (max-width: 991px) {
    .wrap-details .title-details h1 {
        font-size: 20px;
    }
}
.wrap-details .title-details h1:before {
    position: absolute;
    top: 6px;
    left: 0;

    display: block;

    width: 4px;
    height: 26px;

    content: '';

    background-color: #0054ab;
}
.wrap-details .title-details .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 20px;
    margin-left: 20px;

    color: #0054ab;
}
.wrap-details .title-details .date:before {
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e63a';

    color: #0054ab;
}
.wrap-details .title-details .share {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px) {
    .wrap-details .title-details .share {
        position: relative;
        right: auto;

        margin-top: 20px;
        margin-left: 20px;
    }
}
.wrap-details .title-details .share p,
.wrap-details .title-details .share .addthis_inline_share_toolbox {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-details .title-details .share p {
    font-size: 16px;

    color: #666;
}
.wrap-details .prev-next {
    margin-top: 30px;
    padding-top: 30px;

    border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .wrap-details .prev-next {
        padding-top: 20px;
    }
}
.wrap-details .prev-next a {
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-details .prev-next a {
        font-size: 16px;
    }
}
.wrap-details .prev-next a:hover {
    color: #0054ab;
}
.wrap-next-list {
    background-color: #eee;
}
.wrap-next-list .title-next-list h3 {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.wrap-next-list .news-list {
    max-width: 1080px;
    margin-top: 20px;
}
.wrap-next-list .news-list h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-next-list .news-list h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-next-list .news-list h4 {
        font-size: 16px;
    }
}
.wrap-next-list .news-list p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-next-list .news-list:hover h4 {
    color: #0054ab;
}
.wrap-product .product,
.wrap-product-show .product {
    margin-top: 20px;
}
@media (max-width: 1470px) {
    .wrap-product .product,
    .wrap-product-show .product {
        margin-top: 14px;
    }
}
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-product .slick-relate-product .item,
.wrap-product-show .slick-relate-product .item {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product .product .item,
    .wrap-product-show .product .item,
    .wrap-product .slick-relate-product .item,
    .wrap-product-show .slick-relate-product .item {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;

    border: 1px solid #cecece;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .play {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel:hover .slider-nav .slick-arrow {
    display: block !important;
}
.wrap-product-show .carousel-wrap .slider-nav {
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item {
    position: relative;

    border: 1px solid #cecece;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
    border: 1px solid #0054ab;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
    font-size: 24px;
    line-height: 30px;

    top: 50%;
    left: 5px;

    display: none !important;

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #333;
    border-radius: 0;
    background: none;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
    right: 5px;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #fff;
    background-color: #0054ab;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .title-info {
    position: relative;

    margin-top: 10px;
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .title-info {
        margin-top: 0;
    }
}
.wrap-product-show .info-box .title-info h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;

    color: #0054ab;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    min-height: 160px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .text {
        min-height: auto;
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .text h3 {
    font-size: 18px;
    font-weight: bold;
}
.wrap-product-show .info-box .text p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .link {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a {
    font-size: 16px;
    line-height: 46px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 46px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #0054ab;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a {
        padding: 0 10px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        padding: 0 14px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a span:before,
.wrap-product-show .info-box .link .addcart a span:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6a3';
    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:before,
.wrap-product-show .info-box .link .addcart a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 46px;

    content: '\e6a3';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link .btn-inquiry a:before,
    .wrap-product-show .info-box .link .addcart a:before {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .addcart a:hover {
    background-color: #0054ab;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover:before,
.wrap-product-show .info-box .link .addcart a:hover:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.wrap-product-show .info-box .link .btn-inquiry a:hover span,
.wrap-product-show .info-box .link .addcart a:hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.wrap-product-show .info-box .link .btn-inquiry a span,
.wrap-product-show .info-box .link .addcart a span {
    display: block;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-product-show .info-box .share {
    margin-top: 30px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 18px;

    color: #333;
}
.wrap-product-show .info-box .prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-product-show .info-box .prev-next a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-product-show .info-box .prev-next a .icon {
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .prev-next a:hover {
    color: #0054ab;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
    padding-top: 50px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title {
    text-align: left;
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px) {
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th {
    text-align: center;
}
.wrap-product-show .title-product-show {
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p {
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row {
    margin: 0 -5px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox {
    padding: 0 5px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-top: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f6f6f6;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input {
    font-size: 16px;
    font-weight: bold;

    color: #fff;
    border: none;
    background-color: #0054ab;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send {
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit {
    font-size: 16px;
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0054ab;
}
.wrap-product-show .inquiry form .submit span,
.wrap-inquiry .inquiry form .submit span,
.wrap-product-show .message form .submit span,
.wrap-inquiry .message form .submit span {
    display: block;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-product-show .inquiry form .submit:before,
.wrap-inquiry .inquiry form .submit:before,
.wrap-product-show .message form .submit:before,
.wrap-inquiry .message form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 46px;

    content: '\e66c';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
}
.wrap-product-show .inquiry form .submit:hover:before,
.wrap-inquiry .inquiry form .submit:hover:before,
.wrap-product-show .message form .submit:hover:before,
.wrap-inquiry .message form .submit:hover:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.wrap-product-show .inquiry form .submit:hover span,
.wrap-inquiry .inquiry form .submit:hover span,
.wrap-product-show .message form .submit:hover span,
.wrap-inquiry .message form .submit:hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.wrap-contact .contact {
    font-size: 0;

    overflow: hidden;

    padding: 50px 6%;

    border: 1px solid #bdbdbd;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        padding: 30px 15px;
    }
}
.wrap-contact .contact .title-in {
    text-align: left;
}
.wrap-contact .contact .title-in h2 {
    font-size: 36px;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .title-in h2 {
        font-size: 24px;
    }
}
.wrap-contact .contact .contact-left,
.wrap-contact .contact .message {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-contact .contact .contact-left {
    width: 45%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .wrap-contact .contact .contact-left {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .contact-left .item {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    max-width: 350px;
    margin-top: 30px;
    padding-left: 60px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .contact-left .item {
        font-size: 14px;
    }
}
.wrap-contact .contact .contact-left .item .icon {
    line-height: 44px;

    position: absolute;
    left: 0;

    width: 44px;
    height: 44px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0054ab;
}
.wrap-contact .contact .contact-left .item b {
    display: block;
}
.wrap-contact .contact .contact-left .item a:hover {
    text-decoration: underline;
}
.wrap-contact .message {
    width: 55%;
}
@media (max-width: 767px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
}
.wrap-contact .message .message-form .row {
    margin: 0 -5px;
}
.wrap-contact .message .message-form .row .itembox {
    margin-top: 20px;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .wrap-contact .message .message-form .row .itembox {
        margin-top: 10px;
    }
}
.wrap-contact .message form {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .wrap-contact .message form {
        margin: 0;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f6f6f6;
}
@media (max-width: 767px) {
    .wrap-contact .message form input,
    .wrap-contact .message form textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #444;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #444;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #444;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #444;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form p {
    font-size: 16px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px) {
    .wrap-contact .message form p {
        font-size: 14px;
    }
}
.wrap-contact .message form .send {
    text-align: right;
}
.wrap-contact .message form .submit {
    line-height: 46px;

    position: relative;

    overflow: hidden;

    height: 46px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0054ab;
}
.wrap-contact .message form .submit span {
    display: block;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-contact .message form .submit span:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 6px;

    content: '\e66c';
    vertical-align: middle;
}
.wrap-contact .message form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 46px;

    content: '\e66c';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
}
.wrap-contact .message form .submit:hover:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.wrap-contact .message form .submit:hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.wrap-contact .map-content {
    height: 320px;
    margin-top: 30px;
}
.wrap-custom-mature {
    position: relative;
    z-index: 2;

    overflow: visible;

    padding: 0;

    background-color: #eaf1f8;
}
.wrap-custom-mature .mature {
    font-size: 0;

    margin-top: -300px;
    padding: 100px 10% 260px 5%;

    border-radius: 100px 100px 0 0;
    background: url(../images/mature_bg.jpg) no-repeat bottom center #fff;
}
@media (max-width: 991px) {
    .wrap-custom-mature .mature {
        padding: 60px 5%;
    }
}
@media (max-width: 767px) {
    .wrap-custom-mature .mature {
        margin-top: -200px;
        padding: 50px 15px;

        border-radius: 50px 50px 0 0;
    }
}
.wrap-custom-mature .mature .mature-left,
.wrap-custom-mature .mature .mature-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-custom-mature .mature .mature-left {
    width: 325px;
}
@media (max-width: 991px) {
    .wrap-custom-mature .mature .mature-left {
        display: none;
    }
}
.wrap-custom-mature .mature .mature-left img {
    max-width: 100%;
}
.wrap-custom-mature .mature .mature-right {
    font-family: 'Candara', Arial, Helvetica, sans-serif;

    width: -webkit-calc(100% - 325px);
    width: calc(100% - 325px);
    padding-left: 5%;
}
@media (max-width: 991px) {
    .wrap-custom-mature .mature .mature-right {
        width: 100%;
        padding: 0;
    }
}
.wrap-custom-mature .mature .mature-right .title-mature h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #0054ab;
}
@media (max-width: 1470px) {
    .wrap-custom-mature .mature .mature-right .title-mature h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-custom-mature .mature .mature-right .title-mature h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-mature .mature .mature-right .title-mature h2 {
        font-size: 24px;
    }
}
.wrap-custom-mature .mature .mature-right .title-mature h2:before {
    display: block;

    width: 54px;
    height: 4px;
    margin-bottom: 20px;

    content: '';

    background-color: #0054ab;
}
@media (max-width: 767px) {
    .wrap-custom-mature .mature .mature-right .title-mature h2:before {
        width: 40px;
        margin-bottom: 10px;
    }
}
.wrap-custom-mature .mature .mature-right .text {
    margin: 0;
    margin-top: 30px;

    color: #0054ab;
}
.wrap-custom-mature .mature .mature-right .text p {
    font-size: 24px;
    line-height: 1.25;
}
@media (max-width: 1470px) {
    .wrap-custom-mature .mature .mature-right .text p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-mature .mature .mature-right .text p {
        font-size: 16px;
    }
}
.wrap-custom-mature .mature .mature-right .more {
    margin-top: 60px;
}
.wrap-custom-mature .mature .mature-right .more a {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #0054ab;
}
.wrap-custom-mature .mature .mature-right .more a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.wrap-custom-choose {
    padding-bottom: 110px;

    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .wrap-custom-choose {
        background-attachment: fixed;
    }
}
@media (max-width: 767px) {
    .wrap-custom-choose {
        padding-bottom: 50px;
    }
}
.wrap-custom-choose .title-choose {
    text-align: center;
}
.wrap-custom-choose .title-choose img {
    max-width: 100%;
}
.wrap-custom-choose .title-choose h3 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 97px;

    color: #0054ab;
    background: url(../images/title-choose_bg.png) no-repeat center;
}
@media (max-width: 767px) {
    .wrap-custom-choose .title-choose h3 {
        font-size: 50px;
    }
}
.wrap-custom-choose .title-choose h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.2;

    margin-bottom: 0;

    color: #fff;
}
@media (max-width: 767px) {
    .wrap-custom-choose .title-choose h2 {
        font-size: 24px;
    }
}
.wrap-custom-choose .choose>ul>li {
    margin-top: 30px;
    padding: 12px;

    border: 1px solid #fff;
    border-radius: 80px 0 0 80px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
    background-image: linear-gradient(right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose>ul>li {
        padding: 4px;

        border-radius: 30px 0 0 30px;
    }
}
.wrap-custom-choose .choose .item {
    font-size: 0;

    position: relative;

    padding: 14px;
    padding: 12px;
    padding-right: 140px;

    border-radius: 80px 0 0 80px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-custom-choose .choose .item {
        padding-right: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose .item {
        padding: 10px;
        padding-right: 0;

        border-radius: 30px 0 0 30px;
    }
}
.wrap-custom-choose .choose .item .number {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 98px;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 0;

    width: 140px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: transparent;

    -webkit-text-stroke: 1px rgba(0, 84, 171, .22);
}
@media (max-width: 991px) {
    .wrap-custom-choose .choose .item .number {
        font-size: 60px;

        width: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose .item .number {
        top: auto;
        bottom: 10px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-custom-choose .choose .item .icon,
.wrap-custom-choose .choose .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-custom-choose .choose .item .icon {
    line-height: 120px;

    width: 120px;
    height: 120px;
    padding: 8px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #002e92;
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose .item .icon {
        line-height: 80px;

        display: block;

        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 5px;
    }
}
.wrap-custom-choose .choose .item .icon .iconfont {
    font-size: 50px;
    line-height: 104px;

    display: block;

    width: 104px;
    height: 104px;

    border: 2px dashed rgba(253, 253, 253, .31);
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose .item .icon .iconfont {
        font-size: 30px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.wrap-custom-choose .choose .item .note {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    padding: 0 3%;
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose .item .note {
        width: 100%;
    }
}
.wrap-custom-choose .choose .item .note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-custom-choose .choose .item .note p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-choose .choose .item .note p {
        font-size: 14px;
    }
}
.wrap-custom-choose .choose .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-custom-welcome {
    padding-bottom: 360px;

    background: url(../images/welcom_bg.jpg) no-repeat bottom center #eaf1f8;
}
.wrap-custom-welcome .title-welcome h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 97px;

    margin: 0;

    color: #0054ab;
    background: url(../images/wetitle.png) no-repeat left center;
}
@media (max-width: 991px) {
    .wrap-custom-welcome .title-welcome h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-welcome .title-welcome h2 {
        font-size: 24px;
    }
}
.wrap-custom-welcome .title-welcome h2:before {
    display: inline-block;

    width: 8px;
    height: 36px;
    margin: 0 14px;
    margin-top: -4px;

    content: '';
    vertical-align: middle;

    background-color: #0054ab;
}
@media (max-width: 767px) {
    .wrap-custom-welcome .title-welcome h2:before {
        width: 4px;
    }
}
.wrap-custom-welcome .welcom {
    margin-top: 30px;
}
.wrap-custom-welcome .welcom p {
    font-size: 18px;
    line-height: 2.66666667;

    position: relative;

    padding-left: 50px;
}
@media (max-width: 991px) {
    .wrap-custom-welcome .welcom p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-welcome .welcom p {
        font-size: 15px;
        line-height: 24px;
    }
}
.wrap-custom-welcome .welcom p b {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;
    padding: 3px;

    border: 1px solid #0054ab;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-custom-welcome .welcom p b {
        top: 0;
    }
}
.wrap-custom-welcome .welcom p b span {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    line-height: 20px;

    display: block;

    width: 22px;
    height: 22px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0054ab;
}
.wrap-custom-welcome .more {
    margin-top: 70px;
}
.wrap-custom-welcome .more a {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    padding: 0 18px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #0054ab;
}
.wrap-custom-welcome .more a .icon {
    font-size: 30px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.wrap-custom-welcome .more a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.wrap-custom-ifyou {
    margin-top: -80px;
    padding: 0;

    background: url(../images/ifyou_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
}
@media (max-width: 767px) {
    .wrap-custom-ifyou {
        margin-top: -160px;
    }
}
.wrap-custom-ifyou .title-ifyou h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #0054ab;
}
@media (max-width: 1470px) {
    .wrap-custom-ifyou .title-ifyou h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-custom-ifyou .title-ifyou h2 {
        font-size: 40px;
    }
}
.wrap-custom-ifyou .title-ifyou h2:before {
    display: block;

    width: 50px;
    height: 4px;
    margin-bottom: 30px;

    content: '';

    background-color: #0054ab;
}
@media (max-width: 767px) {
    .wrap-custom-ifyou .title-ifyou h2:before {
        margin-bottom: 20px;
    }
}
.wrap-custom-ifyou .ifyou {
    margin-top: 30px;
}
.wrap-custom-ifyou .ifyou>ul {
    font-size: 0;
}
.wrap-custom-ifyou .ifyou>ul>li {
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 5px;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-custom-ifyou .ifyou>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-custom-ifyou .ifyou>ul>li {
        width: 100%;
    }
}
.wrap-custom-ifyou .ifyou>ul>li:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-custom-ifyou .ifyou .item {
    position: relative;

    overflow: hidden;

    margin-top: 10px;
    padding: 30px;

    border-bottom: 4px solid #0054ab;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1470px) {
    .wrap-custom-ifyou .ifyou .item {
        padding: 20px;
    }
}
.wrap-custom-ifyou .ifyou .item .icon {
    font-size: 30px;
    line-height: 1;

    color: #0054ab;
}
.wrap-custom-ifyou .ifyou .item .icon1 {
    font-size: 150px;
    line-height: 1;

    position: absolute;
    right: -10%;
    bottom: -10%;

    color: #f4f7ff;
}
@media (max-width: 767px) {
    .wrap-custom-ifyou .ifyou .item .icon1 {
        font-size: 100px;
    }
}
.wrap-custom-ifyou .ifyou .item .note {
    margin-top: 20px;
}
.wrap-custom-ifyou .ifyou .item .number {
    font-size: 30px;
    font-weight: bold;

    margin-top: 50px;

    color: transparent;

    -webkit-text-stroke: 1px #0054ab;
}
@media (max-width: 1470px) {
    .wrap-custom-ifyou .ifyou .item .number {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-ifyou .ifyou .item .number {
        margin-top: 20px;
    }
}
.wrap-custom-ifyou .ifyou .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77777778;
}
@media (max-width: 1470px) {
    .wrap-custom-ifyou .ifyou .item p {
        font-size: 16px;
    }
}
.wrap-custom-contact .title-contact,
.wrap-custom-message .title-contact,
.wrap-custom-contact .title-message,
.wrap-custom-message .title-message {
    text-align: center;
}
.wrap-custom-contact .title-contact h2,
.wrap-custom-message .title-contact h2,
.wrap-custom-contact .title-message h2,
.wrap-custom-message .title-message h2 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-custom-contact .title-contact h2,
    .wrap-custom-message .title-contact h2,
    .wrap-custom-contact .title-message h2,
    .wrap-custom-message .title-message h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-contact .title-contact h2,
    .wrap-custom-message .title-contact h2,
    .wrap-custom-contact .title-message h2,
    .wrap-custom-message .title-message h2 {
        font-size: 28px;
    }
}
.wrap-custom-contact .title-contact p,
.wrap-custom-message .title-contact p,
.wrap-custom-contact .title-message p,
.wrap-custom-message .title-message p {
    font-size: 18px;
    line-height: 24px;

    max-width: 740px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-custom-contact .title-contact p,
    .wrap-custom-message .title-contact p,
    .wrap-custom-contact .title-message p,
    .wrap-custom-message .title-message p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-custom-contact .title-contact p,
    .wrap-custom-message .title-contact p,
    .wrap-custom-contact .title-message p,
    .wrap-custom-message .title-message p {
        font-size: 14px;
    }
}
.wrap-custom-contact {
    background-color: #eaf1f8;
}
.wrap-custom-contact .contact {
    font-size: 0;

    margin-top: 50px;
}
.wrap-custom-contact .contact .pic,
.wrap-custom-contact .contact .list {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-custom-contact .contact .pic {
    width: -webkit-calc(100% - 790px);
    width: calc(100% - 790px);
}
@media (max-width: 1199px) {
    .wrap-custom-contact .contact .pic {
        width: 100%;

        text-align: center;
    }
}
.wrap-custom-contact .contact .pic img {
    max-width: 100%;
}
.wrap-custom-contact .contact .list {
    width: 790px;
}
@media (max-width: 1199px) {
    .wrap-custom-contact .contact .list {
        width: 100%;
    }
}
.wrap-custom-contact .contact .list ul li:nth-child(3),
.wrap-custom-contact .contact .list ul li:nth-child(4) {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}
@media (max-width: 767px) {
    .wrap-custom-contact .contact .list ul li:nth-child(3),
    .wrap-custom-contact .contact .list ul li:nth-child(4) {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@media (max-width: 767px) {
    .wrap-custom-contact .contact .list ul li:nth-child(2n) {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.wrap-custom-contact .contact .list .item {
    margin-top: 30px;
    padding: 30px;

    text-align: center;

    color: #fff;
    background: url(../images/custom-contact_bg.png) no-repeat center;
}
@media (max-width: 767px) {
    .wrap-custom-contact .contact .list .item {
        margin-top: 10px;
    }
}
.wrap-custom-contact .contact .list .item .icon {
    font-size: 40px;

    display: block;
}
.wrap-custom-contact .contact .list .item h3 {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;

    height: 60px;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .wrap-custom-contact .contact .list .item h3 {
        font-size: 20px;
    }
}
.wrap-custom-contact .contact .list .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-custom-message .message {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 20px;
}
.wrap-custom-message .message input,
.wrap-custom-message .message textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #ecf5ff;
}
.wrap-custom-message .message input::-webkit-input-placeholder,
.wrap-custom-message .message textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-custom-message .message input:-o-placeholder,
.wrap-custom-message .message textarea:-o-placeholder {
    color: #333;
}
.wrap-custom-message .message input::-moz-placeholder,
.wrap-custom-message .message textarea::-moz-placeholder {
    color: #333;
}
.wrap-custom-message .message input:-ms-input-placeholder,
.wrap-custom-message .message textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-custom-message .message input:focus::-webkit-input-placeholder,
.wrap-custom-message .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-custom-message .message input:focus::-o-placeholder,
.wrap-custom-message .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-custom-message .message input:focus::-moz-placeholder,
.wrap-custom-message .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-custom-message .message input:focus::-ms-input-placeholder,
.wrap-custom-message .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-custom-message .message .submit {
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 50px;

    display: block;

    width: 230px;
    height: 50px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #0054ab;
}
.wrap-custom-message .message .submit:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.wrap-sitemap {
    clear: both;
}
.wrap-sitemap .title-in {
    text-align: left;
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #0054ab;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #0054ab;
}
.wrap-sitemap .sitemap>ul>li>ul {
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 28px;

    display: block;

    padding: 5px 30px;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:hover>a {
    text-decoration: underline;

    color: #0054ab;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>ul {
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
    line-height: 30px;

    display: block;

    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a:before {
    display: inline-block;

    margin-right: 4px;

    content: '-';
    vertical-align: middle;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
    text-decoration: underline;

    color: #0054ab;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #0054ab;
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry h2 span {
    position: relative;
    z-index: 2;
}
.wrap-inquiry .title-inquiry h2 .circle {
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-left: -30px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #0054ab;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 .circle {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiry .title-inquiry p {
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry p {
        font-size: 14px;
    }
}
.wrap-inquiry .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    color: #fff;
    background-color: #0054ab;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiry .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 3%;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg {
    width: 18%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiry .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiry .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #0054ab;
}
.wrap-inquiry .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #0054ab;
}
.wrap-inquiry .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1 {
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .del1,
    .wrap-inquiry .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover {
    color: #fff;
    border-color: #0054ab;
    background-color: #0054ab;
}
.wrap-inquiry .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info .pic .img-box {
    padding-bottom: 120.77922078%;
}
.wrap-inquiry .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiry .close::after {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after {
    color: #0054ab;
}
.wrap-inquiry .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch h3 {
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .product .item {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-nosearch .product .item {
        margin-top: 20px;
    }
}
nav {
    clear: both;

    text-align: center;
}
.pagination {
    margin: 60px 0 0 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li {
    display: inline-block;

    margin: 0 5px;

    vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    content: '\e7a0';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
    color: #fff;
    background-color: #0054ab;
}
.pagination li.next a:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.pagination li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #333;
    border: none;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px) {
    .pagination li a {
        font-size: 16px;
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.pagination li a span {
    border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #0054ab;
    background-color: #0054ab;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #0054ab;
    background-color: #0054ab;
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.header .header-right .right-text {
    padding-right: 50px;
}
@media(max-width:767px) {
    .header .header-right .right-text {
        padding-right: 0;
    }
}
.header .right-bottom {
    justify-content: flex-end;
}
.share-cn {
    display: none;
}
&[lang=zh-Hans] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}